PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFMatrix Class / multiply Method / multiply(PDFMatrix,boolean) Method
The matrix by which this matrix is to be multiplied.
True if the new operation is appended (post-multiplied), otherwise it is prepended (pre-multiplied).
In This Topic
    multiply(PDFMatrix,boolean) Method
    In This Topic
    Multiplies this matrix by the matrix specified in the matrix parameter.
    Syntax
    public void multiply( 
       PDFMatrix matrix,
       boolean append
    )

    Parameters

    matrix
    The matrix by which this matrix is to be multiplied.
    append
    True if the new operation is appended (post-multiplied), otherwise it is prepended (pre-multiplied).
    See Also